home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / ewjdemo.dir / 00021.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  120 b   |  9 lines

  1. global gMovieSprite
  2.  
  3. on enterFrame
  4.   if not rollOver(gMovieSprite + 1) then
  5.     go("more screen")
  6.     exit
  7.   end if
  8. end
  9.